home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 November / cd joystick no120 novembre 2000 cd 1.iso / data / infonie / config / kiosque.scp < prev    next >
Text File  |  1997-08-04  |  329b  |  22 lines

  1. ; Script de connexion infonie a la duree sur kiosque
  2.  
  3. proc main
  4.  
  5. ;   delay 3
  6. ;   transmit "^M"
  7.  
  8.    waitfor "Ser?"
  9.    transmit "INFONIE02"
  10.    transmit "^M"
  11.  
  12. ;   waitfor "INFONIE02"
  13. ;   transmit $USERID
  14. ;   transmit "^M"
  15. ;   waitfor "password"
  16. ;   transmit $PASSWORD
  17. ;   transmit "^M"
  18.  
  19.    waitfor "~"
  20.  
  21. endproc
  22.